Clarify GtkComboBoxEntry
authorRoss Burton <rburton@src.gnome.org>
Tue, 28 Jun 2005 12:31:24 +0000 (12:31 +0000)
committerRoss Burton <rburton@src.gnome.org>
Tue, 28 Jun 2005 12:31:24 +0000 (12:31 +0000)
docs/reference/ChangeLog
docs/reference/gtk/tmpl/gtkcomboboxentry.sgml

index 34c178ca58f42ff78b7df2cf799e73fd6183a614..14b0d60c68da5f55ec620e29cd6f2c450589b79d 100644 (file)
@@ -1,3 +1,7 @@
+2005-06-28  Ross Burton  <ross@burtonini.com>
+
+       * gtk/tmpl/gtkcomboboxentry.sgml: Clarify.
+
 2005-06-27  Matthias Clasen  <mclasen@redhat.com>
 
        * gdk/tmpl/event_structs.sgml: Update docs.
index be523f2ea014aef1e28dd870969e46e1324fdbd5..0c68c459537a51bf933540bf62ad57c0beb899af 100644 (file)
@@ -15,7 +15,8 @@ allow modifying it.
 <para>
 In contrast to a #GtkComboBox, the underlying model of a #GtkComboBoxEntry 
 must always have a text column (see gtk_combo_box_entry_set_text_column()),
-and the entry will show the content of the text column in the selected row.
+and the entry will show the content of the text column in the selected row.  To
+get the text from the entry, use gtk_combo_box_get_active_text().
 </para>
 
 <para>